Fix icon mappings for multi and micro geocaches.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 10 Mar 2004 18:45:11 +0000 (18:45 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 10 Mar 2004 18:45:11 +0000 (18:45 +0000)
gpsbabel/garmin_tables.h

index 4943972607dd36d763d8d3669217b3b2660b36d1..eb471fd11aa719b9a31e0a0dd4dc98bd37bfce10 100644 (file)
@@ -178,8 +178,8 @@ static icon_mapping_t icon_table[] = {
        {    17,    17, "White Buoy" },
        {    35,    36, "White Dot" },
        {    88,  8219, "Zoo" },
-       {   117,  8255, "Micro-Cache" },   /* icon for "Geocache" */
+       {    92,  8227, "Micro-Cache" },   /* icon for "Toll Booth" */
        {    48,   161, "Virtual cache" }, /* icon for "Scenic Area" */
-       {   117,  8255, "Multi-Cache" },   /* icon for "Geocache" */
+       {    86,  8217, "Multi-Cache" },   /* icon for "Stadium" */
        {    -1,    -1, NULL },
 };